home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / lynxlib.zoo / dateconv.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-03-17  |  101 b   |  5 lines

  1. /* Different orders for dtoa() */
  2. #define MMDDYY 0x102
  3. #define DDMMYY 0x012
  4. #define YYMMDD 0x210
  5.